home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
dodge.swf
/
scripts
/
DefineButton2_28
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
235 b
|
11 lines
on(release){
if(ScoreManager.subtractHealthScore())
{
_root.player.renewHealth();
_root.hm.step();
}
healthButton._alpha = 25;
healthButton.enabled = false;
healthButton.useHandCursor = false;
}